📄️ CREATE INDEX
CREATE INDEX ( tabela ; arrayCampos ; tipoIndice ; nomeIndice {; *} )
📄️ DELETE INDEX
DELETE INDEX ( pontCampo|nomeIndice {; *} )
📄️ EXPORT STRUCTURE
EXPORT STRUCTURE ( estruturaXML {; formato} )
📄️ Field
Field ( numTabela ; numCampo ) -> pontCampo
📄️ Field name
Field name ( pontCampo|numTabela {; numCampo} ) -> Resultado
📄️ Get external data path
Get external data path ( ocampo ) -> Resultado
📄️ GET FIELD ENTRY PROPERTIES
GET FIELD ENTRY PROPERTIES ( pontCampo|numTabela {; numCampo}; lista ; obrigatório ; nãoEditável ; nãoModificável )
📄️ GET FIELD PROPERTIES
GET FIELD PROPERTIES ( pontCampo|numTabela {; numCampo}; tipoCampo {; tamanhoCampo {; indexado {; unico {; invisivel}}}} )
📄️ GET MISSING TABLE NAMES
GET MISSING TABLE NAMES ( tabelasNaoEncontradas )
📄️ GET RELATION PROPERTIES
GET RELATION PROPERTIES ( pontCampo|numTabela {; numCampo}; Tabela ; Campo {; discriminante {; autoUm {; autoMuitos}}} )
📄️ GET TABLE PROPERTIES
GET TABLE PROPERTIES ( ponTabela|NumTabela ; invisivel {; trigSalvarNovo {; trigSalvarRegistro {; trigApagarRegistro {; trigCarregarRegistro}}}} )
📄️ IMPORT STRUCTURE
IMPORT STRUCTURE ( estruturaXML )
📄️ Is field number valid
Is field number valid ( numTabela|pontTabela ; numCampo ) -> Resultado
📄️ Is table number valid
Is table number valid ( numTabela ) -> Resultado
📄️ Last field number
Last field number ( numTabela|pontTabela ) -> Resultado de função
📄️ Last table number
Last table number -> Resultado de função
📄️ PAUSE INDEXES
PAUSE INDEXES ( aTabela )
📄️ REGENERATE MISSING TABLE
REGENERATE MISSING TABLE ( nomeTabela )
📄️ RELOAD EXTERNAL DATA
RELOAD EXTERNAL DATA ( oCampo )
📄️ RESUME INDEXES
RESUME INDEXES ( aTable {; *} )
📄️ SET EXTERNAL DATA PATH
SET EXTERNAL DATA PATH ( aCampo ; rota )
📄️ SET INDEX
SET INDEX ( campo ; indice {; *} )
📄️ Table
Table ( numTabela|Ponteiro ) -> Resultado
📄️ Table name
Table name ( numTabela|pontTabela ) -> Resultado